OnInsert Method (DisplayFieldCollection<T>)
Performs additional custom processes before inserting a new element into the
System.Collections.CollectionBase instance.
protected override void OnInsert(
int ,
object
)
Parameters
- index
- The zero-based index at which to insert value.
- value
- The new value of the element at index.